• frmAttendanceRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAttendanceEntryRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAttendanceEntryRecord1))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.lblWorkingDays = New System.Windows.Forms.Label()
32         Me.Label2 = New System.Windows.Forms.Label()
33         Me.groupBox3 = New System.Windows.Forms.GroupBox()
34         Me.Button1 = New System.Windows.Forms.Button()
35         Me.DateTo = New System.Windows.Forms.DateTimePicker()
36         Me.DateFrom = New System.Windows.Forms.DateTimePicker()
37         Me.label7 = New System.Windows.Forms.Label()
38         Me.label9 = New System.Windows.Forms.Label()
39         Me.Panel5 = New System.Windows.Forms.Panel()
40         Me.btnExportExcel = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.btnReset = New System.Windows.Forms.Button()
43         Me.dgw = New System.Windows.Forms.DataGridView()
44         Me.Panel2 = New System.Windows.Forms.Panel()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Panel1.SuspendLayout()
51         Me.groupBox3.SuspendLayout()
52         Me.Panel5.SuspendLayout()
53         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
54         Me.Panel2.SuspendLayout()
55         Me.SuspendLayout()
56         
'
57         
'Panel1
58         
'
59         Me.Panel1.BackColor = System.Drawing.Color.White
60         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
61         Me.Panel1.Controls.Add(Me.lblWorkingDays)
62         Me.Panel1.Controls.Add(Me.Label2)
63         Me.Panel1.Controls.Add(Me.groupBox3)
64         Me.Panel1.Controls.Add(Me.Panel5)
65         Me.Panel1.Controls.Add(Me.dgw)
66         Me.Panel1.Controls.Add(Me.Panel2)
67         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
68         Me.Panel1.Name =
"Panel1"
69         Me.Panel1.Size = New System.Drawing.Size(
694, 614)
70         Me.Panel1.TabIndex =
2
71         
'
72         
'lblWorkingDays
73         
'
74         Me.lblWorkingDays.AutoSize = True
75         Me.lblWorkingDays.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.lblWorkingDays.ForeColor = System.Drawing.Color.Blue
77         Me.lblWorkingDays.Location = New System.Drawing.Point(
162, 159)
78         Me.lblWorkingDays.Name =
"lblWorkingDays"
79         Me.lblWorkingDays.Size = New System.Drawing.Size(
0, 16)
80         Me.lblWorkingDays.TabIndex =
46
81         Me.lblWorkingDays.Visible = False
82         
'
83         
'Label2
84         
'
85         Me.Label2.AutoSize = True
86         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
87         Me.Label2.Location = New System.Drawing.Point(
9, 159)
88         Me.Label2.Name =
"Label2"
89         Me.Label2.Size = New System.Drawing.Size(
153, 16)
90         Me.Label2.TabIndex =
45
91         Me.Label2.Text =
"Total Working Days :"
92         
'
93         
'groupBox3
94         
'
95         Me.groupBox3.Controls.Add(Me.Button1)
96         Me.groupBox3.Controls.Add(Me.DateTo)
97         Me.groupBox3.Controls.Add(Me.DateFrom)
98         Me.groupBox3.Controls.Add(Me.label7)
99         Me.groupBox3.Controls.Add(Me.label9)
100         Me.groupBox3.Location = New System.Drawing.Point(
9, 75)
101         Me.groupBox3.Name =
"groupBox3"
102         Me.groupBox3.Size = New System.Drawing.Size(
383, 77)
103         Me.groupBox3.TabIndex =
44
104         Me.groupBox3.TabStop = False
105         Me.groupBox3.Text =
"Entry Date"
106         
'
107         
'Button1
108         
'
109         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
110         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
111         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
112         Me.Button1.Location = New System.Drawing.Point(
289, 42)
113         Me.Button1.Name =
"Button1"
114         Me.Button1.Size = New System.Drawing.Size(
82, 20)
115         Me.Button1.TabIndex =
46
116         Me.Button1.Text =
"Search"
117         Me.Button1.UseVisualStyleBackColor = True
118         
'
119         
'DateTo
120         
'
121         Me.DateTo.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.DateTo.CustomFormat =
"dd/MMM/yyyy"
123         Me.DateTo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
125         Me.DateTo.Location = New System.Drawing.Point(
166, 42)
126         Me.DateTo.Name =
"DateTo"
127         Me.DateTo.Size = New System.Drawing.Size(
117, 20)
128         Me.DateTo.TabIndex =
12
129         
'
130         
'DateFrom
131         
'
132         Me.DateFrom.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.DateFrom.CustomFormat =
"dd/MMM/yyyy"
134         Me.DateFrom.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
136         Me.DateFrom.Location = New System.Drawing.Point(
30, 42)
137         Me.DateFrom.Name =
"DateFrom"
138         Me.DateFrom.Size = New System.Drawing.Size(
124, 20)
139         Me.DateFrom.TabIndex =
11
140         
'
141         
'label7
142         
'
143         Me.label7.AutoSize = True
144         Me.label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
145         Me.label7.Location = New System.Drawing.Point(
27, 21)
146         Me.label7.Name =
"label7"
147         Me.label7.Size = New System.Drawing.Size(
30, 13)
148         Me.label7.TabIndex =
9
149         Me.label7.Text =
"From"
150         
'
151         
'label9
152         
'
153         Me.label9.AutoSize = True
154         Me.label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.label9.Location = New System.Drawing.Point(
163, 21)
156         Me.label9.Name =
"label9"
157         Me.label9.Size = New System.Drawing.Size(
20, 13)
158         Me.label9.TabIndex =
10
159         Me.label9.Text =
"To"
160         
'
161         
'Panel5
162         
'
163         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
164         Me.Panel5.Controls.Add(Me.btnExportExcel)
165         Me.Panel5.Controls.Add(Me.btnClose)
166         Me.Panel5.Controls.Add(Me.btnReset)
167         Me.Panel5.Location = New System.Drawing.Point(
398, 82)
168         Me.Panel5.Name =
"Panel5"
169         Me.Panel5.Size = New System.Drawing.Size(
285, 70)
170         Me.Panel5.TabIndex =
42
171         
'
172         
'btnExportExcel
173         
'
174         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
175         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
176         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.btnExportExcel.Location = New System.Drawing.Point(
189, 23)
178         Me.btnExportExcel.Name =
"btnExportExcel"
179         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
180         Me.btnExportExcel.TabIndex =
5
181         Me.btnExportExcel.Text =
"Export Excel"
182         Me.btnExportExcel.UseVisualStyleBackColor = True
183         
'
184         
'btnClose
185         
'
186         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
187         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
188         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
190         Me.btnClose.Name =
"btnClose"
191         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
192         Me.btnClose.TabIndex =
4
193         Me.btnClose.Text =
"Close"
194         Me.btnClose.UseVisualStyleBackColor = True
195         
'
196         
'btnReset
197         
'
198         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
199         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
200         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
202         Me.btnReset.Name =
"btnReset"
203         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
204         Me.btnReset.TabIndex =
0
205         Me.btnReset.Text =
"Reset"
206         Me.btnReset.UseVisualStyleBackColor = True
207         
'
208         
'dgw
209         
'
210         Me.dgw.AllowUserToAddRows = False
211         Me.dgw.AllowUserToDeleteRows = False
212         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
213         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
214         Me.dgw.BackgroundColor = System.Drawing.Color.White
215         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
216         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
217         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
218         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
219         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
220         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
221         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
222         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
223         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
224         Me.dgw.ColumnHeadersHeight =
30
225         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column4, Me.Column5})
226         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
227         Me.dgw.EnableHeadersVisualStyles = False
228         Me.dgw.GridColor = System.Drawing.Color.White
229         Me.dgw.Location = New System.Drawing.Point(
9, 186)
230         Me.dgw.MultiSelect = False
231         Me.dgw.Name =
"dgw"
232         Me.dgw.ReadOnly = True
233         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
234         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
235         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
236         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
237         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
238         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
239         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
240         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
241         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
242         Me.dgw.RowHeadersWidth =
25
243         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
244         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
245         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
246         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
247         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
248         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
249         Me.dgw.RowTemplate.Height =
18
250         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
251         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
252         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
253         Me.dgw.Size = New System.Drawing.Size(
648, 413)
254         Me.dgw.TabIndex =
40
255         
'
256         
'Panel2
257         
'
258         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
259         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
260         Me.Panel2.Controls.Add(Me.Label1)
261         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
262         Me.Panel2.Name =
"Panel2"
263         Me.Panel2.Size = New System.Drawing.Size(
674, 62)
264         Me.Panel2.TabIndex =
0
265         
'
266         
'Label1
267         
'
268         Me.Label1.AutoSize = True
269         Me.Label1.BackColor = System.Drawing.Color.Transparent
270         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
271         Me.Label1.ForeColor = System.Drawing.Color.White
272         Me.Label1.Location = New System.Drawing.Point(
209, 19)
273         Me.Label1.Name =
"Label1"
274         Me.Label1.Size = New System.Drawing.Size(
234, 24)
275         Me.Label1.TabIndex =
0
276         Me.Label1.Text =
"List Of Attendance Entry"
277         
'
278         
'Column1
279         
'
280         Me.Column1.HeaderText =
"Staff ID"
281         Me.Column1.Name =
"Column1"
282         Me.Column1.ReadOnly = True
283         
'
284         
'Column2
285         
'
286         Me.Column2.HeaderText =
"Staff Name"
287         Me.Column2.Name =
"Column2"
288         Me.Column2.ReadOnly = True
289         Me.Column2.Width =
200
290         
'
291         
'Column4
292         
'
293         Me.Column4.HeaderText =
"Designation"
294         Me.Column4.Name =
"Column4"
295         Me.Column4.ReadOnly = True
296         Me.Column4.Width =
200
297         
'
298         
'Column5
299         
'
300         Me.Column5.HeaderText =
"Total Attendance"
301         Me.Column5.Name =
"Column5"
302         Me.Column5.ReadOnly = True
303         Me.Column5.Width =
120
304         
'
305         
'frmAttendanceEntryRecord1
306         
'
307         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
308         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
309         Me.BackColor = System.Drawing.Color.DarkSlateGray
310         Me.ClientSize = New System.Drawing.Size(
717, 643)
311         Me.Controls.Add(Me.Panel1)
312         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
313         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
314         Me.MaximizeBox = False
315         Me.MinimizeBox = False
316         Me.Name =
"frmAttendanceEntryRecord1"
317         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
318         Me.Panel1.ResumeLayout(False)
319         Me.Panel1.PerformLayout()
320         Me.groupBox3.ResumeLayout(False)
321         Me.groupBox3.PerformLayout()
322         Me.Panel5.ResumeLayout(False)
323         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
324         Me.Panel2.ResumeLayout(False)
325         Me.Panel2.PerformLayout()
326         Me.ResumeLayout(False)
327
328     End Sub
329     Friend WithEvents Panel1 As System.Windows.Forms.Panel
330     Friend WithEvents dgw As System.Windows.Forms.DataGridView
331     Friend WithEvents Panel2 As System.Windows.Forms.Panel
332     Friend WithEvents Label1 As System.Windows.Forms.Label
333     Friend WithEvents Panel5 As System.Windows.Forms.Panel
334     Friend WithEvents btnClose As System.Windows.Forms.Button
335     Friend WithEvents btnReset As System.Windows.Forms.Button
336     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
337     Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
338     Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
339     Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
340     Friend WithEvents label7 As System.Windows.Forms.Label
341     Friend WithEvents label9 As System.Windows.Forms.Label
342     Friend WithEvents Button1 As System.Windows.Forms.Button
343     Friend WithEvents lblWorkingDays As System.Windows.Forms.Label
344     Friend WithEvents Label2 As System.Windows.Forms.Label
345     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
346     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
347     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
348     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
349
350 End Class


Gõ tìm kiếm nhanh...